home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / L-M / MacRecorder® HackersTool Folder / Sound.h < prev    next >
Encoding:
Text File  |  1989-11-21  |  257 b   |  15 lines  |  [TEXT/KAHL]

  1. /* Copyright © 1989  Farallon Computing, Inc */
  2.  
  3. enum
  4. {
  5.     printerPort,
  6.     modemPort
  7. };
  8.  
  9. /* result code for recording error function */
  10. #define        recordErr     -1
  11.  
  12. extern    void    InitMac( void);
  13. extern    short    Record( Handle, short);
  14. extern    Handle    GetBigHandle( short);
  15.